MetObjects

Data license: CC0 · Data source: metmuseum/openaccess

6 rows where Object Name = 80

View and edit SQL

Suggested facets: Is Public Domain, Department, Title, Culture, Artist Role, Artist Prefix, Artist End Date, Medium, Geography Type, Country, Classification

Link rowid ▼ Object Number Is Highlight Is Public Domain Object ID Department Object Name Title Culture Period Dynasty Reign Portfolio Artist Role Artist Prefix Artist Display Name Artist Display Bio Artist Suffix Artist Alpha Sort Artist Nationality Artist Begin Date Artist End Date Object Date Object Begin Date Object End Date Medium Dimensions Credit Line Geography Type City State County Country Region Subregion Locale Locus Excavation River Classification Rights and Reproduction Link Resource Repository
455 Inst.1986.1 0 1 512 American Decorative Arts 1 Bible 80 Bible British 6         Maker|Printer 14 Printed by George Edward Eyre|William Spottiswoode British, 1818–1887   Eyre, George Edward|Spottiswoode, William 129 British 7 1818 1887 |9999 1847 1847 1847 Paper with composition covers 169 6 x 3 1/2 x 2 in. (15.2 x 8.9 x 5.1 cm) Gift of Daniel M. C. Hopping, 1986 Made in 1 London 14     England 4             Natural Substances 6   Metropolitan Museum of Art, New York, NY 1
456 54.186 0 1 513 American Decorative Arts 1 Bible 80 Bible           Printer 15 Printed by John Hays     Hays, John 130     9999 1674 edition 1674 1674 Paper, leather 170 17 1/8 x 11 1/4 in. (43.5 x 28.6 cm) Anonymous Gift, 1954 Made in 1 Cambridge 51     England 4             Natural Substances 6   Metropolitan Museum of Art, New York, NY 1
457 35.62 0 0 514 American Decorative Arts 1 Bible 80 Bible American 1         Publisher 16 Published by Hodge and Campbell American, New York   Hodge and Campbell 131 American 1     1792 1792 1792 Paper 10 16 3/4 x 10 1/4 in. (42.5 x 26 cm) Rogers Fund, 1935 Made in 1       United States 3             Natural Substances 6   Metropolitan Museum of Art, New York, NY 1
458 24.209 0 0 515 American Decorative Arts 1 Bible 80 Bible           Publisher 16 Published by Jacob and Hendrick Keur     Keur, Jacob and Hendrick 132     9999 1744 1744 1744 Paper, leather, brass 171 13 5/8 x 9 in. (34.6 x 22.9 cm) Gift of Mrs. J. Insley Blair, 1924 Made in 1       Netherlands 7             Natural Substances 6   Metropolitan Museum of Art, New York, NY 1
459 58.51 0 1 516 American Decorative Arts 1 Bible 80 Bible           Publisher|Publisher 17 Published by Pieter Keur|Pieter Rotterdam and Company     Keur, Pieter|Rotterdam and Company Pieter 133     9999 |9999 1716 or 1719 (edition) 1716 1719 Paper, leather, brass 171 14 x 9 1/2 in. (35.6 x 24.1 cm) Gift of Estate of George M. Hall, 1958 Made in|Made in 6 Dordrecht|Amsterdam 52     Netherlands|Netherlands 17             Natural Substances 6   Metropolitan Museum of Art, New York, NY 1
393094 SL.34.2014.2.1 0 0 645362 Medieval Art 6 Bible 80 The Winchester Bible: Opening for the Book of Genesis: In Principio (5r); Opening for the Book of I Samuel (Book of Kings): Fuit (88r); Opening for the Book of 2 Samuel (Book of Kings): Factum (99v) British 6                           ca. 1150–80 1150 1180 Tempera and gold leaf on parchment 47796 23 9/16 × 16 9/16 × 2 3/8 in. (59.9 × 42.1 × 6.1 cm) Opening: 23 9/16 × 27 1/2 in. (59.9 × 69.9 cm) Lent by the Chapter of Winchester Cathedral Made in 1 Winchester 260     England 4             Manuscripts and Illuminations 162   Metropolitan Museum of Art, New York, NY 1

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "MetObjects" (
"Object Number" TEXT,
  "Is Highlight" INTEGER,
  "Is Public Domain" INTEGER,
  "Object ID" INTEGER,
  "Department" INTEGER,
  "Object Name" INTEGER,
  "Title" TEXT,
  "Culture" INTEGER,
  "Period" REAL,
  "Dynasty" INTEGER,
  "Reign" INTEGER,
  "Portfolio" INTEGER,
  "Artist Role" INTEGER,
  "Artist Prefix" REAL,
  "Artist Display Name" TEXT,
  "Artist Display Bio" TEXT,
  "Artist Suffix" REAL,
  "Artist Alpha Sort" INTEGER,
  "Artist Nationality" INTEGER,
  "Artist Begin Date" TEXT,
  "Artist End Date" TEXT,
  "Object Date" TEXT,
  "Object Begin Date" INTEGER,
  "Object End Date" INTEGER,
  "Medium" INTEGER,
  "Dimensions" TEXT,
  "Credit Line" TEXT,
  "Geography Type" INTEGER,
  "City" INTEGER,
  "State" INTEGER,
  "County" INTEGER,
  "Country" INTEGER,
  "Region" INTEGER,
  "Subregion" INTEGER,
  "Locale" INTEGER,
  "Locus" INTEGER,
  "Excavation" INTEGER,
  "River" INTEGER,
  "Classification" INTEGER,
  "Rights and Reproduction" REAL,
  "Link Resource" TEXT,
  "Metadata Date" TEXT,
  "Repository" INTEGER
,
FOREIGN KEY ("Department") REFERENCES [Department](id),
    FOREIGN KEY ("Object Name") REFERENCES [Object Name](id),
    FOREIGN KEY ("Culture") REFERENCES [Culture](id),
    FOREIGN KEY ("Dynasty") REFERENCES [Dynasty](id),
    FOREIGN KEY ("Reign") REFERENCES [Reign](id),
    FOREIGN KEY ("Portfolio") REFERENCES [Portfolio](id),
    FOREIGN KEY ("Artist Role") REFERENCES [Artist Role](id),
    FOREIGN KEY ("Artist Alpha Sort") REFERENCES [Artist Alpha Sort](id),
    FOREIGN KEY ("Artist Nationality") REFERENCES [Artist Nationality](id),
    FOREIGN KEY ("Medium") REFERENCES [Medium](id),
    FOREIGN KEY ("Geography Type") REFERENCES [Geography Type](id),
    FOREIGN KEY ("City") REFERENCES [City](id),
    FOREIGN KEY ("State") REFERENCES [State](id),
    FOREIGN KEY ("County") REFERENCES [County](id),
    FOREIGN KEY ("Country") REFERENCES [Country](id),
    FOREIGN KEY ("Region") REFERENCES [Region](id),
    FOREIGN KEY ("Subregion") REFERENCES [Subregion](id),
    FOREIGN KEY ("Locale") REFERENCES [Locale](id),
    FOREIGN KEY ("Locus") REFERENCES [Locus](id),
    FOREIGN KEY ("Excavation") REFERENCES [Excavation](id),
    FOREIGN KEY ("River") REFERENCES [River](id),
    FOREIGN KEY ("Classification") REFERENCES [Classification](id),
    FOREIGN KEY ("Repository") REFERENCES [Repository](id));
CREATE INDEX ["MetObjects_Department"] ON [MetObjects]("Department");
CREATE INDEX ["MetObjects_Object Name"] ON [MetObjects]("Object Name");
CREATE INDEX ["MetObjects_Culture"] ON [MetObjects]("Culture");
CREATE INDEX ["MetObjects_Dynasty"] ON [MetObjects]("Dynasty");
CREATE INDEX ["MetObjects_Reign"] ON [MetObjects]("Reign");
CREATE INDEX ["MetObjects_Portfolio"] ON [MetObjects]("Portfolio");
CREATE INDEX ["MetObjects_Artist Role"] ON [MetObjects]("Artist Role");
CREATE INDEX ["MetObjects_Artist Alpha Sort"] ON [MetObjects]("Artist Alpha Sort");
CREATE INDEX ["MetObjects_Artist Nationality"] ON [MetObjects]("Artist Nationality");
CREATE INDEX ["MetObjects_Medium"] ON [MetObjects]("Medium");
CREATE INDEX ["MetObjects_Geography Type"] ON [MetObjects]("Geography Type");
CREATE INDEX ["MetObjects_City"] ON [MetObjects]("City");
CREATE INDEX ["MetObjects_State"] ON [MetObjects]("State");
CREATE INDEX ["MetObjects_County"] ON [MetObjects]("County");
CREATE INDEX ["MetObjects_Country"] ON [MetObjects]("Country");
CREATE INDEX ["MetObjects_Region"] ON [MetObjects]("Region");
CREATE INDEX ["MetObjects_Subregion"] ON [MetObjects]("Subregion");
CREATE INDEX ["MetObjects_Locale"] ON [MetObjects]("Locale");
CREATE INDEX ["MetObjects_Locus"] ON [MetObjects]("Locus");
CREATE INDEX ["MetObjects_Excavation"] ON [MetObjects]("Excavation");
CREATE INDEX ["MetObjects_River"] ON [MetObjects]("River");
CREATE INDEX ["MetObjects_Classification"] ON [MetObjects]("Classification");
CREATE INDEX ["MetObjects_Repository"] ON [MetObjects]("Repository");
CREATE INDEX metobjects_IsHighlight ON MetObjects("Is Highlight");
CREATE INDEX metobjects_IsPublicDomain ON MetObjects("Is Public Domain");
CREATE INDEX metobjects_Department ON MetObjects("Department");
CREATE INDEX metobjects_Culture ON MetObjects("Culture");
CREATE INDEX metobjects_Period ON MetObjects("Period");
CREATE INDEX metobjects_Dynasty ON MetObjects("Dynasty");
CREATE INDEX metobjects_Medium ON MetObjects("Medium");
CREATE INDEX metobjects_City ON MetObjects("City");
CREATE INDEX metobjects_State ON MetObjects("State");
CREATE INDEX metobjects_County ON MetObjects("County");
CREATE INDEX metobjects_Country ON MetObjects("Country");
CREATE INDEX metobjects_Region ON MetObjects("Region");
CREATE INDEX metobjects_Subregion ON MetObjects("Subregion");
CREATE INDEX metobjects_Locale ON MetObjects("Locale");
CREATE INDEX metobjects_Locus ON MetObjects("Locus");
CREATE INDEX metobjects_Excavation ON MetObjects("Excavation");
CREATE INDEX metobjects_River ON MetObjects("River");
Powered by Datasette · Query took 249.898ms · Data license: CC0 · Data source: metmuseum/openaccess